projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3598756
)
win32: Theme assistants
author
Alexander Larsson
<alexl@redhat.com>
Thu, 15 Mar 2012 20:04:53 +0000
(21:04 +0100)
committer
Alexander Larsson
<alexl@redhat.com>
Thu, 15 Mar 2012 20:12:38 +0000
(21:12 +0100)
gtk/gtk-win32-base.css
patch
|
blob
|
history
diff --git
a/gtk/gtk-win32-base.css
b/gtk/gtk-win32-base.css
index 160f84d7cb9d6adc13ea98eb1f92f650c7239919..0ce6379cd35fee58a88fd7817ffc383aefd15279 100644
(file)
--- a/
gtk/gtk-win32-base.css
+++ b/
gtk/gtk-win32-base.css
@@
-781,3
+781,20
@@
GtkSwitch.trough:active {
.menubar > .menuitem {
padding: 3px 5px;
}
+
+/* Assistant */
+
+GtkAssistant .sidebar .highlight {
+ background-color: blue;
+ font: bold;
+}
+
+GtkAssistant .sidebar {
+ padding: 12px;
+
+ background-color: white;
+
+ border-image: none;
+ border-width: 0 1px 0 0;
+ border-style: solid;
+}
\ No newline at end of file